Click or drag to resize

ServiceCopyItem Method (ItemId, FolderId)

Copies an item.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public ItemInfoResponse CopyItem(
	ItemId itemId,
	FolderId targetFolderId
)

Parameters

itemId
Type: Independentsoft.ExchangeItemId
The ID of the item to copy.
targetFolderId
Type: Independentsoft.ExchangeFolderId
The ID of the folder to copy the items to.

Return Value

Type: ItemInfoResponse
Copy operation result.
See Also